home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Bombardier_PC / DATACH.CST / 00053_Script_glowroll < prev    next >
Text File  |  1999-03-07  |  732b  |  25 lines

  1. property thePopLoc, popSprite, popName, mySprite, faraway, fieldObj
  2. on new me
  3.   set mySprite = the spriteNum of me
  4. --  puppetSprite mySprite, true    
  5.   return me
  6. end
  7. --on mouseUp
  8. --  global togglestate
  9. --  set the member of sprite mysprite to "arrowglow"
  10. --  set the member of sprite popsprite - 1 to "imperial1"
  11. --  set the member of sprite popsprite - 2 to "metric2" 
  12. --  set togglestate = 0
  13. --  set compair = the text of member "disPlane"
  14. --  MainSpecs
  15. --  if the number of chars in compair > 2 then
  16. --    DisSpecs compair
  17. --  end if
  18. --end
  19. on mouseEnter
  20.   set the member of sprite mysprite to "arrowglow.hlt"
  21. end mouseEnter
  22. on mouseLeave
  23.   set the member of sprite mysprite to "arrowglow"
  24. end mouseLeave
  25.